/*垂直居中*/
.verticalAlign{
    vertical-align:middle;
    display:inline-block;
    height:100%;
    margin-left:-1px;
}
.xcConfirm .xc_layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666666;
    opacity: 0.5;
    z-index: 2147000000;
	filter:Alpha(Opacity=50);
}
.xcConfirm .popBox{
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    z-index: 2147000001;
    width: 360px;
    height: 220px;
    margin-left: -180px;
    margin-top: -110px;
    border-radius: 5px;
    font-weight: bold;
    color: #535e66;
}
.xcConfirm .popBox .ttBox{
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
}
.xcConfirm .popBox .ttBox .tt{
    font-size: 18px;
    display: block;
    float: left;
    height: 30px;
	text-indent:-99em;
    position: relative;
}
.xcConfirm .popBox .ttBox .clsBtn{
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 16px;
    background: url(../img/icon.png) -462px -54px no-repeat;
}
.xcConfirm .popBox .txtBox{
    margin:0 16px;
    height: 124px;
    overflow: hidden;
    text-align: center;
}
.xcConfirm .popBox .txtBox .bigIcon{
    display:inline-block;
    width: 72px;
    height: 72px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-position: 48px 0;
}
.xcConfirm .popBox .txtBox p{
	font-size:16px;
    margin-top: 16px;
    line-height: 26px;
	height:26px;
    overflow-x: hidden;
    overflow-y: auto;
	color:#4eca9b;
}
.xcConfirm .popBox .txtBox p input{
    width: 364px;
    height: 30px;
    border: solid 1px #eef0f1;
    font-size: 18px;
    margin-top: 6px;
}
.xcConfirm .popBox .btnGroup{
    text-align:center;
}
.xcConfirm .popBox .btnGroup .sgBtn{
    margin-top: 14px;
    margin-right: 10px;
}
.xcConfirm .popBox .btnGroup .cancel{
	margin-right:0;
}
.xcConfirm .popBox .sgBtn{
    display: inline-block;
    cursor: pointer;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
}
.xcConfirm .popBox .sgBtn.ok{
    background-color: #4eca9b;
    color: #FFFFFF;
}
.xcConfirm .popBox .sgBtn.cancel{
    background-color: #b4b4b4;
    color: #FFFFFF;
}